home *** CD-ROM | disk | FTP | other *** search
- global ThreeDee, Dark3D, Pattern3D
-
- on ThreeDeeStuff
- if ThreeDee then
- set the visible of sprite 82 to 0
- if Dark3D then
- set the visible of sprite 80 to 0
- set the visible of sprite 83 to 0
- if Pattern3D then
- set the visible of sprite 81 to 0
- set the visible of sprite 84 to 1
- else
- set the visible of sprite 81 to 1
- set the visible of sprite 84 to 0
- end if
- else
- set the visible of sprite 81 to 0
- set the visible of sprite 84 to 0
- if Pattern3D then
- set the visible of sprite 83 to 1
- set the visible of sprite 80 to 0
- else
- set the visible of sprite 83 to 0
- set the visible of sprite 80 to 1
- end if
- end if
- else
- set the visible of sprite 80 to 0
- set the visible of sprite 81 to 0
- set the visible of sprite 83 to 0
- set the visible of sprite 84 to 0
- if Pattern3D then
- set the visible of sprite 82 to 1
- else
- set the visible of sprite 82 to 0
- end if
- end if
- end
-